google.golang.org/grpc.pickfirstBalancer.cc (field)

12 uses

	google.golang.org/grpc (current package)
		pickfirst.go#L39: 	return &pickfirstBalancer{cc: cc}
		pickfirst.go#L48: 	cc      balancer.ClientConn
		pickfirst.go#L65: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L78: 			b.cc.RemoveSubConn(b.subConn)
		pickfirst.go#L86: 		b.cc.UpdateAddresses(b.subConn, state.ResolverState.Addresses)
		pickfirst.go#L90: 	subConn, err := b.cc.NewSubConn(state.ResolverState.Addresses, balancer.NewSubConnOptions{})
		pickfirst.go#L96: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L104: 	b.cc.UpdateState(balancer.State{
		pickfirst.go#L130: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L135: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L140: 		b.cc.UpdateState(balancer.State{
		pickfirst.go#L145: 		b.cc.UpdateState(balancer.State{